.aboutUsPage{
    min-height: 80vh;
    overflow-x: hidden;
    background-color: #e6e6e6;
}

/* Banner  */
.bannerHolder {
    width: 100%;
    height:80vh;
    margin-top: 50px;
    margin-bottom: 70px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
    
.bannerHolder .aboutUsbanner {
    width: 90%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-image: url('../public/imgs/banner.jpg');
    border-radius: 20px;
    box-shadow: 0px 0px 42px 6px rgba(122,121,121,0.75);
    -webkit-box-shadow: 0px 0px 42px 6px rgba(122,121,121,0.75);
    -moz-box-shadow: 0px 0px 42px 6px rgba(122,121,121,0.75);
}

.bannerHolder .aboutUsBannerContent {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    background-color: rgba(0, 0, 0, 0.767);
    color: white;
    padding: 50px;
    border-radius: 20px;
}

.bannerHolder .aboutUsBannerContent .aboutUstxt{
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerHolder .aboutUsBannerContent .aboutUstxt .textHolder{
    width: 50%;
}

.bannerHolder .aboutUsBannerContent .aboutUstxt h1{
    font-size: 30px;
}

.bannerHolder .aboutUsBannerContent .aboutUstxt h2{
    font-size: 90px;
    margin-bottom: 20px;
}

.bannerHolder .aboutUsBannerContent .aboutUstxt p{
    font-size: 30px;
    margin-bottom: 40px;
    width: 70%;
}

.bannerHolder .aboutUsBannerContent .aboutUstxt a{
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.bannerHolder .aboutUsBannerContent .aboutUstxt a:hover{
    background-color: rgba(214, 214, 214, 0.8);
    color: black;
}

.bannerHolder .aboutUsBannerContent .aboutUstxt img{
    width: auto;
    height: 100px;
}

/* HW Section */

#ourAproach{
    scroll-margin-top: 200px; 
  }

.hw-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
}

.hw-holder .hw-content {
    width: 90%;
}

.hw-holder .hw-content .hw-title {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 60px;
    font-weight: 700;

    background: linear-gradient(to bottom, #000000, #6d6d6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hw-txt{
    font-size: 20px;
    margin-bottom: 20px;
    width: 90%;
}

.hw-txt p{
    margin: 10px;
    font-weight: 500;
}

/* Hw section end */

/* Materials section */

.materials{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
    background-image: url('../public/imgs/materials-wp.jpg');
    background-position: center;
    background-size: cover;
    height: 70vh;
}

.materials .materials-holder{
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.829);
}

.materials .materials-holder .materials-title{
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    color: white;
}

.materials .materials-holder .materials-txt{
    margin-bottom: 20px;
    width: 70%;
    color: white;
}

.materials .materials-holder .materials-txt p{
    margin: 10px;
    font-weight: 500;
    color: white;
    font-size: 28px;
}

.materials .materials-holder .materials-txt ul{
    margin: 20px 10px;
    font-weight: 500;
    color: white;
    font-size: 28px;
}

.materials .materials-holder .materials-txt li {
    list-style-type: none; 
    text-decoration: none;
}

#materials{
    scroll-margin-top: 200px; 
  }

/* Materials section end */

/* Our team */

.team-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
}

.team-holder .team-content {
    width: 90%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.team-holder .team-title {
    width: 90%;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 60px;
    font-weight: 700;
    background: linear-gradient(to bottom, #000000, #6d6d6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.team-txt{
    font-size: 20px;
    margin-bottom: 20px;
    width: 90%;
}

.team-txt p{
    margin: 10px;
    font-weight: 500;
}

.team-img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.team-img img{
    width: 60%;
    border-radius: 20px;
}

#ourteam{
    scroll-margin-top: 200px; 
  }

/* Team end */

/* Partners */
.partners{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 60px;
}

.partners .partnersContent {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: 30px;
    
}

.partnerLogoHolder {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: center;
}

.partnerLogoHolder .logo{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.partnerLogoHolder .logo img{
    width: 80%;
}

.partnerTitle h2{
    font-size: 70px;
    background: linear-gradient(to bottom, #000000, #c9c9c9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

#partners{
    scroll-margin-top: 200px; 
}

/* partners end */

/* Contact us */

.contact{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 80px;
}

.contact h3{
    font-size: 60px;
    font-weight: 700;
    background: linear-gradient(to bottom, #000000, #6d6d6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.contact a{
    background-color: black;
    color: white;
    padding: 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.contact a:hover{
    background-color: rgb(95, 95, 95);
}

/* Mobile */

@media (max-width: 768px){

    .bannerHolder{
        height: 100vh;
        margin-top: 0;

    }

    .bannerHolder .aboutUsBannerContent{
        padding: 30px 10px;
        width: 100%;
        border-radius: 0;

    }

    .bannerHolder .aboutUsbanner{
        height: 100%;
        width: 100%;
        border-radius: 0;
    }

    .bannerHolder .aboutUsBannerContent .aboutUstxt {
        flex-direction: column;
        align-items: center;
    }

    .bannerHolder .aboutUsBannerContent .aboutUstxt h1{
        margin-top: 30px;
    }

    .bannerHolder .aboutUsBannerContent .aboutUstxt h2{
        font-size: 60px;
    }

    .bannerHolder .aboutUsBannerContent .aboutUstxt p{
        font-size: 20px;
        width: 90%;
    }

    .bannerHolder .aboutUsBannerContent .aboutUstxt a{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        width: fit-content;
        margin: 0 auto;
        padding: 20px;
    }

    .bannerHolder .aboutUsBannerContent .aboutUstxt img{
        height: 70px;
        margin-top: 60px;
    }

    .hw-holder .hw-content .hw-title{
        font-size: 30px;
    }

    .hw-txt p{
        font-size: 15px;
    }

    .materials {
        height: 100vh;
        background-position: center;
    }

    .materials .materials-holder{
        padding: 30px;
    }

    .materials .materials-holder .materials-title{
        font-size: 30px;
    }

    .materials .materials-holder .materials-txt{
        width: 100%;
    }

    .materials .materials-holder .materials-txt p{
        font-size: 15px;
    }

    .materials .materials-holder .materials-txt ul{
        font-size: 15px;
    }

    .materials .materials-holder .materials-txt li{
        font-size: 15px;
    }

    .team-holder .team-title{
        font-size: 30px;
        text-align: center;
    }

    .team-txt p{
        font-size: 15px;
        margin: 10;
    }

    .team-holder .team-content{
        flex-direction: column;
    }

    .team-img img{
        width: 100%;
    }

    .partnerTitle h2{
        font-size: 40px;
    }

    .partnerLogoHolder{
        grid-template-columns: repeat(2, 1fr);
    }

    .contact h3 {
        font-size: 40px;
        text-align: center;
        margin-bottom:50px
    }
}
